-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix inline code blocks #5305
Fix inline code blocks #5305
Conversation
Add zero-width space because emphasis blocks can't start/end with a comma, an apostrophe or a quote.
👏 |
You sir are awesome <3 |
Thanks! Cherry-picked in develop. You can safely delete your branch. |
Thanks <3 |
It's good people --Rob
|
You should merge it into master. Online documentation http://spacemacs.org/doc/DOCUMENTATION.html is still broken. (Find " |
it is merged into `master when a new release is cut. |
Add zero-width space because emphasis blocks can't start/end with
a comma, an apostrophe or a quote.